Skip to content

Added functions core tools to devcontainer - #482

Merged
Marco Weber (qxsch) merged 2 commits into
microsoft:mainfrom
dsanchor:main
Sep 3, 2026
Merged

Added functions core tools to devcontainer#482
Marco Weber (qxsch) merged 2 commits into
microsoft:mainfrom
dsanchor:main

Conversation

@dsanchor

@dsanchor dsanchor commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

This pull request updates the dev container configuration for the Fraud Intelligence project to use a custom Dockerfile instead of the default Python image. The main purpose is to add Azure Functions Core Tools to the development environment, ensuring better support for Azure-based workflows.

Key changes:

Dev container configuration updates:

  • Changed devcontainer.json in both .devcontainer/03-azure-01-04-ai-07-fraud-intelligence/ and 03-Azure/01-04-AI/07_Fraud_Intelligence/.devcontainer/ to build the container from a custom Dockerfile instead of using the default Python image. [1] [2]

Dockerfile additions:

  • Added new Dockerfile in both relevant .devcontainer directories to install Azure Functions Core Tools (version 4) on top of the Python 3.12 base image, enabling local development and testing of Azure Functions.

@qxsch
Marco Weber (qxsch) merged commit 7f1aeb8 into microsoft:main Sep 3, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants